home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1566 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  792 b 

  1. Path: news1.mnsinc.com!news
  2. From: johnshoy@os2bbs.com
  3. Newsgroups: comp.lang.rexx
  4. Subject: Object Rexx
  5. Date: 23 Mar 1996 03:16:35 GMT
  6. Organization: Monumental Network Systems
  7. Distribution: inet
  8. Message-ID: <4ivqej$7pa@news1.mnsinc.com>
  9. Reply-To: johnshoy@os2bbs.com
  10. NNTP-Posting-Host: u74.os2bbs.com
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In Object-REXX, I'm creating a new object
  14. ::class myObject subclass Set
  15. In the ::method init, I want to have some code that does some work and then
  16. puts two values into the new object.  In other words, every 'myObject' I create
  17. will have some values in it as soon as it is created.
  18.  
  19. My problem is, I don't know how to "Put" something into the object, because
  20. the I don't know what the name of the object just created is.  Can anyone
  21. help?
  22.  
  23. Mike Johnshoy
  24.